@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/iconfont.woff2') format('woff2'),
        url('../fonts/iconfont.woff') format('woff'),
        url('../fonts/iconfont.ttf') format('truetype'),
        url('../fonts/iconfont.svg#iconfont') format('svg');
}


.iconfont {
    font-family: "iconfont" !important;
    font-size: 35px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input.err,
input.error,
textarea.err,
textarea.error,
select.err,
select.error {
    border: #bf6464 2px dashed !important;
    background-color: #fdfbfb !important;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

label.error {
    color: #bf6464;
    padding-top: 5px;
    display: block;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #c1232c !important;
    background-color: #c1232c;
    color: #fff;
}

.float-right {
    float: right;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-20 {
    font-size: 20px;
}

.color-primary {
    color: #c1232c;
}

.text-primary {
    color: #c1232c;
}

.text-warning {
    color: #ffa367;
}

.text-danger {
    color: #c1232c;
}

.text-info {
    color: #aaa;
}

.text-success {
    color: #323232;
}

.text-default {
    color: #f5f6f8;
}

.text-bai {
    color: #fff;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #c1232c !important;
    background-color: #c1232c !important;
    color: #fff;
}

.line1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line10 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearfix {
    clear: both;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

body {
    color: #363636;
    font-family: '微软雅黑';
    font-size: 16px;
    background: #fff;
}

a {
    color: #363636;
}

a:hover {
    color: #d9241c;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-content-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.padding-40 {
    padding: 40px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-top-190 {
    padding-top: 190px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-bottom-190 {
    padding-bottom: 190px;
}

.padding-left-40 {
    padding-left: 40px;
}

.layui-btn {
    background-color: #d9241c;
    width: 100%;
}

.layui-btn-primary {
    background-color: #fff;
}

.layui-btn-warm {
    background-color: #FFB800;
}

.alert {
    padding: 10px;
    overflow: hidden;
    border-radius: 3px;
}

.alert.alert-danger {
    background: #fff;
}

.alert.alert-info {
    background: #aaa;
}

.alert.alert-success {
    background: #323232;
}

.alert.alert-primary {
    background: #c1232c;
}

.alert .close {
    float: right;
    background: none;
    color: #fff;
    border: none;
    cursor: pointer;
}

.strong {
    font-weight: bold;
}



#scrolltop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 0px;
    bottom: 20px;
    z-index: 100;
    text-align: center;
    line-height: 40px;
}

#scrolltop .layui-icon {
    font-size: 42px;
    color: #036192;
    cursor: pointer;
}

.img-responsive {
    width: 100%;
    display: block;
}

.hfade {
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
}

.layui-fluid {
    padding: 0;
}

.clearfix2 {
    zoom: 1;
}

.clearfix2::after {
    display: block;
    clear: both;
    height: 0;
    content: ' ';
}

.clearfix2::before {
    display: table;
    content: " ";
    box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}



.mheader,
.mnav {
    display: none;
}

.sch_form {
    display: inline-block;
    border: 1px solid #16529a;
    height: 25px;
    line-height: 25px;
    border-radius: 12px;
    padding-right: 10px;
}

.sch_form .sch_input {
    background: none;
    border: none;
    padding: 0 10px;
}

.sch_form .sch_btn {
    background: none;
    border: none;
    color: #16529a;
    cursor: pointer;
}

.top_text a {
    color: #134e93;
    margin-right: 20px;
}


.topsch .sch_q {
    width: 300px;
    background: #eff2f4;
    height: 45px;
    line-height: 45px;
    border: none;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
    display: none;
}

.topsch .sch_btn {
    width: 40px;
    background: #eff2f4;
    height: 45px;
    line-height: 45px;
    border: none;
    cursor: pointer;
    position: relative;
    color: #1686c6;
}

.topsch .sch_btn::before {
    content: '';
    width: 1px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    background: #d8dadb;
    display: none;
}

.topsch:hover .sch_q {
    display: block;
}

/* 手机导航 */
.g_phnav1.yxnav_active1,
.g_phnav2.yxnav_active2 {
    color: #001eb4;
}

.mc_ph_hd {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 60px;
    background-color: #fff;
}

.mc_ph_navbar {
    padding: 5px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.mc_language_ph a {
    line-height: 64px;
    color: #333;
    margin-right: 15px;
}

.mc_ph_nav_r .mc_ph_language a {
    line-height: 64px;
    margin-right: 20px;
    color: #333;
}

.mc_ph_hd .mc_ph_logo a {}

.mc_ph_hd .mc_ph_logo {
    width: auto;
}

.mc_ph_hd .mc_ph_en {
    margin-top: 15px;
    margin-right: 20px;
}

.mc_ph_logo img {
    width: auto !important;
    height: 45px !important;
    /* margin-top: 2px; */
}

.mc_ph_menu {
    overflow: hidden;
    width: 26px;
    height: 50px;
}

.mc_ph_hd .mc_phmenubox {
    width: 26px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mc_ph_hd .mc_phmenubox .point {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 22px;
    margin-top: 15px;
    transform: translateX(-3px);
}

.mc_ph_hd .mc_phmenubox .point .nav_btn,
.mc_ph_hd .mc_phmenubox .point .nav_btn::after,
.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
    display: inline-block;
    width: 26px;
    height: 1px;
    background-color: #333;
}

.mc_ph_hd .mc_phmenubox .nav_btn {
    position: absolute;
    top: 8px;
    right: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.mc_ph_hd .mc_phmenubox .nav_btn::after,
.mc_ph_hd .mc_phmenubox .nav_btn::before {
    content: '';
    position: absolute;
    right: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.mc_ph_hd .mc_phmenubox .nav_btn::after {
    top: -8px;
}

.mc_ph_hd .mc_phmenubox .nav_btn::before {
    top: 8px;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn {
    background: transparent;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mc_ph_navbar {
    position: relative;
    z-index: 999;

    box-sizing: border-box;
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    padding: 0 20px;
}

/*ph导航&下拉*/
.phxia {
    position: fixed;
    width: 100%;
    left: 0;
    top: 54px;
    z-index: 998;
    /* transform: translateX(-50%); */
    /* padding: 0 15px; */
    background-color: #fff;
    max-height: calc(100vh - 64px);
    overflow: auto;
}

.xialaph {
    display: none;
    width: 100%;
    background-color: #fff;
    font-family: '微软雅黑';
    height: calc(100vh - 64px);
    padding: 10px 0;
}

.xialaph h4 {
    position: relative;
    padding: 0 20px;
    font-size: 16px;
}

.xialaph h4::after {
    content: '';
    /* position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: #000; */
    display: block;
    clear: both;
}

.xialaph h4 a {
    font-size: 18px;
    line-height: 46px;
    /* text-transform: uppercase; */
    color: #999;
    max-width: calc(100% - 36px);
}

.xialaph h4 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 13px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph .ul2 {
    display: none;
    padding-top: 7px;
    padding-bottom: 8px;
    background: #f7f8fa;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.xialaph .ul2 .container_s {
    max-width: 100%;
    padding: 0 20px;
}

.xialaph .ul1 {}


.img_s {
    float: right;
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #999;
    transition: all .36s;
}

/* .xialaph h5 a{
    color: #fff;
}

.xialaph .ul2 .img_s{
    color: #fff;
} */

.xialaph h5 {
    position: relative;
}

.xialaph h5::after {
    content: '';
    /* position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    opacity: 0;
    background-color: #000; */
    display: block;
    clear: both;
}

.xialaph h5 a {
    font-family: '微软雅黑';
    font-size: 16px;
    line-height: 35px;
    /* text-transform: uppercase; */
    color: #999;
    max-width: calc(100% - 36px);
}

.xialaph h5 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 35px;
    padding: 11px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s {
    display: none;
}

.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d {
    display: block;
}

.xialaph .ul3 {
    display: none;
}

.xialaph h6 a {
    font-family: '微软雅黑';
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}

.xialaph h4.active .img_s {
    transform: rotate(180deg);
}

.xialaph h5.active .img_s {
    transform: rotate(180deg);
}

.xialaph h4.active .img_s {
    transform: rotate(180deg);
}

.xialaph_bot {
    margin: 20px 0;
    text-align: right;
    padding: 0 20px;
    font-size: 0;
}

.xialaph_bot>div {
    display: inline-block;
    margin-left: 15px;
}

.mc_ph_search a,
.mc_ph_language a {
    font-size: 16px;
    color: #666;
    line-height: 18px;
}

.mc_ph_search a i,
.mc_ph_search a em {
    font-size: 18px;
    color: #001eb4;
}

.mc_ph_search a,
.mc_ph_language a {
    color: #001eb4;
}

.xialaph_bot>div {
    margin: 0 8px;
}

.xialaph_bot {
    text-align: center !important;
}

.tp_link {
    position: absolute;
    right: 50px;
    top: 10px;
    z-index: 2;
    font-size: 14px;
    color: #fff;
}

.tp_link a {
    font-size: 14px;
    color: #fff;
}

.tp_link span {
    padding: 0 5px;
}


#bannerslide .swiper-button-next,
#bannerslide .swiper-button-prev {
    left: 0px;
    width: 40px;
    height: 60px;
    background-color: rgba(255, 255, 255, .7);
    font-size: 20px;
    color: #333;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

#bannerslide:hover .swiper-button-next,
#bannerslide:hover .swiper-button-prev {
    opacity: 1;
}

#bannerslide .swiper-button-next {
    left: auto;
    right: 0;
}

#bannerslide .swiper-button-next:after,
#bannerslide .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
    display: none;
}

#bannerslide .swiper-pagination {
    bottom: 10px;
}

#bannerslide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: none;
    margin: 0 4px;
    box-sizing: border-box;
    opacity: 0.5;
    background-color: #fff;
}

#bannerslide .swiper-pagination-bullet-active {
    opacity: 1;
    width: 27px;
    border-radius: 10px;
}


.myclass video {
    width: 100%;
    display: block;
}

.myclass .layui-layer-content {
    height: auto !important;
}

.myclass.layui-layer-page .layui-layer-content {
    overflow: hidden;
}

.myclass2.layui-layer-page {
    width: 700px !important;
}

.himg .pic {
    overflow: hidden;
}

.himg img {
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
}

.himg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

#up-banner {
    height: 400px;
    box-sizing: border-box;
    padding-top: 0;
    color: #fff;
}

#up-banner h2 {
    font-weight: bold;
    font-size: 48px;
    text-transform: uppercase;
}

#up-banner h3 {
    font-weight: bold;
    font-size: 36px;
}

#up-banner a {
    color: #fff;
}

#up-banner .position {
    font-size: 14px;
}

#up-banner .position .cn {
    font-size: 36px;
    font-weight: bold;
}

#up-banner .position .en {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
}

#up-banner .layui-container {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

#up-banner .line span {
    display: inline-block;
    width: 27px;
    height: 3px;
    background-color: #ffffff;
    opacity: 0.35;
}

.header {
    position: relative;
    z-index: 20;
}

.nav_box {
    background: #d9241c;
}

#colbox {
    background: #fff;
}

#colbox .layui-tab-card {
    border-width: 0px;
    border-style: solid;
    border-radius: 0px;
    box-shadow: none;
}

#colbox .layui-tab {
    margin: 0;
}

#colbox .layui-tab-title {
    position: relative;
    border-bottom-width: 0px;
    background: none;
    height: auto;
}

#colbox .layui-tab-title li {
    padding: 0;
}

#colbox .layui-tab-title li span {
    display: inline-block;
    padding: 0 10px;
}

#colbox .layui-tab-title li:last-child span {
    display: none;
}

#colbox .layui-tab-title li a {
    display: inline-block;
}

#colbox .layui-tab-title li.layui-this:after {
    display: none;
}

.conent_box {}

.conent_box .layui-row {
    overflow: inherit;
}

.leftmenu {
    overflow: hidden;
}


.leftmenu li {
    height: 50px;
    line-height: 50px;
    position: relative;
    min-width: auto;
    z-index: 1;
    display: inline-block;
    margin-right: 0;
}

.leftmenu li a {
    display: block;
    padding: 0 35px;
    position: relative;
    text-align: center;
}



.leftmenu li.layui-this a,
.leftmenu li a:hover {
    color: #fff;
    font-weight: bold;
}

.leftmenu li.layui-this,
.leftmenu li:hover {
    z-index: 2;
    background: #d9241c;
}

.leftsubmenu {
    background: url(../images/bg28.jpg) no-repeat center;
    background-size: cover;
    padding-left: 20px;
}

.leftsubmenu li {
    display: inline-block;
    margin-right: 10px;
}

.leftsubmenu li a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
}

.leftsubmenu li a:hover,
.leftsubmenu li.on a {
    border: solid 1px #d9241c;
    font-weight: bold;
    color: #d9241c;
}



.layui-tab-bar {
    height: 48px;
    line-height: 48px;
}

.page_main {
    padding: 50px;
    background: #fbfbfb;
}


.page_detail {
    border: 1px solid #e1e1e1;
    padding: 40px 150px;
}

.detail_box {
    padding: 0px;
    line-height: 2.5em;
    font-size: 16px;
    overflow: hidden;
}

.detail-box {
    padding: 0px;
}

.col-title {
    font-size: 30px;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
}

.col-att {
    font-size: 14px;
    color: #adadad;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.col-att a {
    color: #adadad;
}

.col-att .linedc {
    padding: 0 5px;
}

.dtl_detail {
    line-height: 2.5em;
    font-size: 16px;
}

.dtl_detail.p1 {
    font-size: 18px;
}

.dtl_detail.p2 {
    font-size: 16px;
}

.dtl_detail.p3 {
    font-size: 14px;
}

.pager {
    overflow: hidden;
    border-top: 1px solid #e1e1e1;
}

.pager li {
    width: 49%;
    float: left;
}

.pager li a {}

.pager li:last-child {
    float: right;
}

.pager li a:hover {
    color: #d9241c;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 10px;
}

.pagination li a {
    display: inline-block;
    background: #fff;
    width: 35px;
    height: 37px;
    border-radius: 2px;
    border: solid 1px #dddddd;
    line-height: 37px;
    text-align: center;
    font-size: 16px;
    color: #595959;
    transition: All .4s ease-in;
    -webkit-transition: All .4s ease-in;
    -moz-transition: All .4s ease-in;
    -o-transition: All .4s ease-in;
}

.pagination li a:hover,
.pagination li.active a {
    background: #d9241c;
    color: #fff;
    border: solid 1px #d9241c;
}

.textlist {
    padding: 0px;
}

.textlist li {}

.textlist li a {
    background: #f9f9f9;
    display: block;
    padding: 40px 40px 35px;
    position: relative;
}

.textlist li .time {
    width: 130px;
    height: 30px;
    background-color: #e8e8e8;
    border-radius: 0px 0px 30px 0px;
    box-sizing: border-box;
    padding-left: 13px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px;
    color: #adadad;
}

.textlist li .ri {
    line-height: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #232c2c;
}

.textlist li .text {
    position: relative;
}



.textlist li .text1 {
    height: 21px;
    font-size: 18px;
}

.textlist li .text2 {
    height: 70px;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #adadad;
}

.textlist li a:hover {
    box-shadow: 0px 0px 8px 0px rgba(145, 102, 60, 0.36);
}

.textlist li a:hover .text1 {
    font-weight: bold;
    color: #d9241c;
}

.textlist li a:hover .time {
    color: #fff;
    background: #d9241c;
}


.righttitle {
    height: 35px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}

.righttitle .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    color: #d9241c;
    display: inline-block;
    height: 34px;
}

.righttitle .position {
    float: right;
    font-size: 14px;
    color: #333333;
}


.piclist li a {
    display: block;
    position: relative;
    text-align: center;
}

.piclist li a:hover {
    font-weight: bold;
}

.piclist li a .line1 {
    height: 21px;
}

.piclist2 li a {
    display: block;
    position: relative;
}

.piclist2 li .text {
    border-bottom: 1px solid #d8d8d8;
    padding: 20px;
}

.piclist2 li .title {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
}

.piclist2 li .time {
    font-size: 14px;
    color: #aaaaaa;
}

.piclist2 li a:hover {
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}

.piclist2 li a:hover .text {
    border-bottom: 1px solid #d9241c;
}

.piclist2 li a:hover .title {
    font-weight: bold;
}

.tuwenlist li {
    position: relative;
    border-bottom: 1px dashed #e9e9e9;
}

.tuwenlist li a {
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tuwenlist li .pic {
    flex: none;
    width: 362px;
    float: left;
}

.tuwenlist li .text {
    width: calc((100% - 362px));
    height: 204px;
    background-size: cover;
}

.tuwenlist li .text0 {
    padding: 20px 0 0 30px;
    max-width: 100%;
    box-sizing: border-box;
}

.tuwenlist li .title {
    font-size: 16px;
    font-weight: bold;
}

.tuwenlist li .desc {
    height: 90px;
    line-height: 30px;
    color: #adadad;
    width: 100%;
    font-size: 14px;
}

.tuwenlist li .time {
    color: #adadad;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.tuwenlist li .time .iconfont {
    font-size: 24px;
    color: #d9241c;
}

.tuwenlist li .time .iconfont:last-child {
    margin-left: 20px;
}


.search_list .item .text {
    text-align: center;
    background: #f9f9f9;
    line-height: 2em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 30px;
}

.search_list .item .iconfont {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    font-size: 30px;
    flex: none;
    color: #d9241c;
}

.search_list .item .text1 {
    color: #333;
    font-size: 18px;
}

.search_list .item:hover .text {
    background: #d9241c;
}

.search_list .item:hover .text1 {
    color: #fff;
}

/*
内容搜索页
 */
.sch-form {
    display: block;
    background: #fff;
    position: relative;
    box-shadow: 0 0 10px #ccc;
}

.sch-form .sch-input {
    border: none;
    background: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #aaa;
}

.sch-form .sch-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #fff;
    border: none;
    line-height: 30px;
    cursor: pointer;
    color: #aaa;
    font-weight: bold;
}

.sch-form .sch-btn .layui-icon {
    font-size: 18px;
}

.column {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.column .cn {
    font-size: 36px;
}

.column .en {
    font-size: 24px;
    font-weight: bold;
    color: #9d9d9d;
    text-transform: uppercase;
}

.column a:hover .en {
    color: #d9241c;
}

.column .more {
    float: right;
    display: block;
    width: 160px;
    height: 50px;
    border: solid 1px #d8d8d8;
    text-align: center;
    line-height: 50px;
    color: #767676;
    text-transform: uppercase;
    font-size: 14px;
}

.column .more:hover {
    background: #d9241c;
    color: #fff;
    border: solid 1px #d9241c;
}

.column .line {
    width: 41px;
    height: 1px;
    background-color: #d9241c;
    margin: 12px auto 0;
}

.qzyl_tabhd1 a {
    cursor: pointer;
}

.qzyl_tabhd1 a.on {
    color: #d9241c;
}

.bgbai {
    background: #fff;
    padding: 30px 30px 10px;
}

.pchide {
    display: none;
}

.phhide {
    display: block;
}

.footer {
    background: #fbf9f6;
    background-size: cover;
    color: #999896;
    font-size: 14px;
}

.footer a {
    color: #999896;
    font-size: 14px;
}

.footer .iconfont {
    opacity: .8;
}

.copyright {
    line-height: 30px;
    overflow: hidden;
}

.foot_right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.foot_right .foot_erweima {
    width: 160px;
    margin-left: 0;
    text-align: center;
}

.footer .lx_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer .lx_box .icon {
    margin-right: 10px;
}

.footer .lx_box .icon .iconfont {
    font-size: 40px;
    color: #d9241c;
}

.footer .lx_box .text {
    line-height: 25px;
    font-size: 16px;
    color: #333;
}

.fenxiang .wb {
    margin: 0 15px 0 5px;
    position: relative;
    cursor: pointer;
}

.fenxiang .wx {
    position: relative;
    cursor: pointer;
}

.fenxiang .hover {
    width: 120px;
    height: 120px;
    position: absolute;
    right: 0;
    top: 40px;
    display: none;
    z-index: 2;
}

.fenxiang .wx:hover .hover,
.fenxiang .wb:hover .hover {
    display: block;
}

.footlogobox {
    border-bottom: 1px solid #e6e6e6;
}

.foot_nav {
    overflow: hidden;
}

.foot_nav>li {
    float: left;
    border-right: 1px solid #e6e6e6;
    padding-right: 60px;
    margin-right: 59px;
}

.foot_nav>li:last-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

.foot_nav>li>a {
    display: block;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #373737;
}

.foot_nav>li>a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 1px;
    background-color: #d3d3d3;
}

.foot_nav>li li {
    margin-bottom: 15px;
}

.foot_info {
    line-height: 2em;
}

.foot_link {
    text-align: right;
}


.footcopright {
    background-color: #f5ebdd;
    background-image: url(../images/top_line.jpg);
    background-repeat: repeat-x;
    background-position: 0 100%;
    font-size: 14px;
    color: #b1aeab;
}

.footcopright a {
    color: #b1aeab;
}

.banner {
    height: 280px;
}

.logo {
    position: absolute;
    left: 15px;
    top: 105px;
}

#sch_form {
    width: 208px;
    height: 33px;
    background-color: rgba(85, 85, 85, 0.5);
    border-radius: 17px;
    border: solid 1px #ffffff;
    position: absolute;
    right: 180px;
    top: 25px;
}

#sch_form .sch-input {
    width: 150px;
    height: 33px;
    line-height: 33px;
    background: none;
    border: none;
    color: #fff;
    float: left;
    margin-left: 20px;
    font-size: 14px;
}

#sch_form .sch-input::placeholder {
    color: #fff;
}

#sch_form .sch-btn {
    width: 33px;
    height: 33px;
    line-height: 33px;
    background: none;
    border: none;
    color: #fff;
}

.nav_box {
    height: 60px;
    background: #d9241c;
}

.nav_box .layui-container {
    width: 1540px;
    height: 60px;
    padding: 0;
}

.nav_left {
    width: 70px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/nav_l.png) no-repeat center;
}

.nav_right {
    width: 70px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/nav_r.png) no-repeat center;
}

.nav {
    padding: 0 0 0 70px;
}

.nav>ul>li {
    float: left;
    position: relative;
    margin-right: 75px;
    clear: none;
}

.nav>ul>li:last-child {
    margin-right: 0;
}

.nav>ul>li>a {
    display: block;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
}

.nav>ul>li>a:hover,
.nav>ul>li:hover>a {
    font-weight: bold;
    color: #f6d80f;
    border-bottom: 1px solid #e7b021;
    height: 58px;
}

.nav>ul>li>ul {
    position: absolute;
    left: 50%;
    top: 59px;
    width: 208px;
    margin-left: -104px;
    background: #fff;
    border: 1px solid #d9241c;
    display: none;
}

.nav>ul>li:hover>ul {
    display: block;
}
/* .nav>ul>li.li7:hover>ul {
    display: none;
} */

.nav>ul>li>ul>li {
    padding: 0 20px;
}

.nav>ul>li>ul>li>a {
    font-size: 14px;
    display: block;
    text-align: center;
    border-bottom: 1px dashed #f6f6f6;
    line-height: 24px;
    padding: 5px 0;
}

.nav>ul>li>ul>li>a:hover {
    font-weight: bold;
    color: #d9241c;
}

#rdtt {
    height: 125px;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    padding: 0 100px;
}

#rdtt a.title {
    display: block;
    width: 69px;
    height: 20px;
    background-color: #d9241c;
    border-radius: 0px 10px 10px 0px;
    color: #fff;
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 14px;
    line-height: 20px;
    padding-left: 7px;
    box-sizing: border-box;
    z-index: 10;

    display: none;
}

#rdtt h3 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 27px 0 10px;
    height: 40px;
}

#rdtt p {
    text-align: center;
    font-size: 14px;
    color: #b3b3b3;
    height: 19px;
}

#rdtt .swiper-pagination-bullet-active {
    background: #d9241c;
}

#gzdt_pic .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    box-sizing: border-box;
    padding: 0 20px;
}

#gzdt_pic .title p {
    padding-right: 100px;
}

#gzdt_pic .swiper-pagination {
    width: auto;
    left: auto;
    right: 10px;
    bottom: 20px;
}

#gzdt_pic .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: solid 1px #ffffff;
    background: none;
    opacity: 1;
    box-sizing: border-box;
}

#gzdt_pic .swiper-pagination-bullet-active {
    background: #fff;
}

.gzdt_hd {
    height: 57px;
    line-height: 57px;
    background: #fff1f0;
    position: relative;
}

.gzdt_hd li {
    display: inline-block;
}

.gzdt_hd li a {
    padding: 0 25px;
    font-size: 20px;
    display: block;
}

.gzdt_hd li.on a {
    font-weight: bold;
    background: #d9241c;
    color: #fff;
    border-left: 5px solid #fbbf24;
}

.gzdt_hd .more {
    position: absolute;
    right: 20px;
    top: 0;
}

.gzdt_hd .more a {
    display: none;
    color: #b3b3b3;
    font-size: 14px;
}

.gzdt_bd .box {
    display: none;
}

.gzdt_bd .box dl {
    border-bottom: 1px dashed #f2f2f2;
}

.gzdt_bd .box dl dt {
    font-size: 18px;
    font-weight: bold;
}

.gzdt_bd .box dl dt .line1 {
    height: 24px;
}

.gzdt_bd .box dl dd {
    font-size: 14px;
    line-height: 25px;
    color: #b3b3b3;
    height: 50px;
}

.gzdt_bd .box li {
    height: 40px;
    line-height: 40px;
}

.gzdt_bd .box li .date {
    float: right;
    color: #9f9f9f;
}

.gzdt_bd .box li .line1 {
    width: calc((100% - 100px));
    height: 40px;
}

#content_ad .swiper-pagination,
#content_ad_mbi .swiper-pagination {
    width: auto;
    left: auto;
    right: 10px;
    bottom: 10px;
}

#content_ad .swiper-pagination-bullet,
#content_ad_mbi .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: solid 1px #ffffff;
    background: none;
    opacity: 1;
    box-sizing: border-box;
}

#content_ad .swiper-pagination-bullet-active,
#content_ad_mbi .swiper-pagination-bullet-active {
    background: #fff;
}

.ldjh_box {
    background: #fff1f0;
}

#ldjh_hd {
    background: #fff;
}

.ldjh_bd dl {
    background: #fff url(../images/ldjh_bg.jpg) no-repeat right bottom;
}

.ldjh_bd dl .text {
    padding: 20px;
}

.ldjh_bd dl .title {
    font-size: 18px;
    font-weight: bold;
    height: 24px;
}

.ldjh_bd dl .desc {
    font-size: 14px;
    color: #adadad;
    line-height: 23px;
    height: 46px;
}

.ldjh_bd dl .line {
    width: 37px;
    height: 5px;
    background-color: #d9241c;
}

.ldjh_bd dl .date {
    font-size: 14px;
    color: #adadad;
}

.ldjh_bd ul {
    border-top: 5px solid #fbbf24;
    background: #fff;
    padding: 20px;
}

.ldjh_bd ul li {
    border-bottom: 1px dashed #f2f2f2;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.ldjh_bd ul li:last-child {
    margin-bottom: 0;
}

.ldjh_bd ul li .date {
    display: inline-block;
    background-color: #fafafa;
    border-radius: 10px;
    font-size: 14px;
    color: #adadad;
    padding: 2px 8px;
    margin-bottom: 5px;
}

.ldjh_bd ul li .line1 {
    height: 21px;
}

.ldjh_bd ul li:hover {
    border-bottom: 1px dashed #ec918d;
}

.ldjh_bd .box {
    display: none;
}

#jjjs_hd {
    background: #fff;
}

.jjjs_bd .box {
    display: none;
}

.jjjs_bd dl {
    overflow: hidden;
    background: #fff;
}

.jjjs_bd dl .pic {
    float: left;
    width: 274px;
    margin-right: 20px;
}

.jjjs_bd dl .text {
    padding-right: 20px;
}

.jjjs_bd dl .title {
    font-size: 18px;
    font-weight: bold;
    height: 24px;
}

.jjjs_bd dl .desc {
    font-size: 14px;
    line-height: 24px;
    color: #adadad;
    height: 48px;
}

.infolist_dc {
    background: #fff;
    padding: 10px 20px;
    background: #fff;
}

.infolist_dc li {
    height: 39px;
    line-height: 39px;
}

.infolist_dc li .date {
    float: right;
    color: #9f9f9f;
}

.poster-main {
    position: relative;
    width: 1200px;
    height: 220px;
    margin: 0 auto;
}

.poster-main a,
.poster-main img {
    display: block;
}

.poster-main .poster-list .poster-item {
    position: absolute;
    left: 0px;
    top: 0px
}

.poster-main .poster-btn {
    position: absolute;
    top: 80px;
    z-index: 10;
    opacity: 0.5;
    left: -75px;
    width: auto !important;
    height: auto !important;
    cursor: pointer;
}

.poster-main .poster-next-btn {
    left: auto;
    right: -75px;
}

.poster-main .poster-btn .layui-icon {
    font-size: 50px;
    color: #c7c7c7;
}

.content_bg {
    background: url(../images/content_bg1.jpg) no-repeat center;
    background-size: cover;
}

#whqy_hd {
    background: #fff;
}

.whqy_bd .box {
    display: none;
}

.whqy_bd dl {
    overflow: hidden;
    background: #fff;
    margin-bottom: 14px;
}

.whqy_bd dl a {
    display: flex;
}

.whqy_bd dl .pic {
    width: 56%;
}

.whqy_bd dl .text {
    width: 44%;
    box-sizing: border-box;
    padding: 20px 20px 0;
}

.whqy_bd dl .title {
    font-size: 18px;
    font-weight: bold;
    height: 24px;
}

.whqy_bd dl .desc {
    font-size: 14px;
    line-height: 24px;
    color: #adadad;
    height: 48px;
}

.whqy_bd .infolist_dc ul {
    border-top: 5px solid #fbbf24;
}

.whqy_bd .infolist_dc li {
    height: 57px;
    line-height: 57px;
    border-bottom: 1px dashed #f2f2f2;
}

.whqy_bd .infolist_dc li:last-child {
    border: none;
}

.infolist_dc2 {
    background: #fff;
    padding: 30px 40px 40px;
}

.infolist_dc2 li {
    height: 60px;
    line-height: 30px;
    color: #4e4e4e;
    border-bottom: 1px solid #e5e5e5;
}

.infolist_dc2 li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}


#shgy_hd {
    background: #fff;
}

.shgy_bd .box {
    display: none;
}

.shgy_bd dl {
    position: relative;
}

.shgy_bd dl .text {
    float: right;
    background: #cb3530;
    width: 367px;
    height: 200px;
    color: #fff;
    box-sizing: border-box;
    padding: 25px 40px 0 60px;
}

.shgy_bd dl .text .line1 {
    height: 21px;
}

.shgy_bd dl .desc {
    font-size: 14px;
    line-height: 25px;
    height: 75px;
}

.shgy_bd dl .date {
    font-size: 14px;
}

.shgy_bd dl .pic {
    width: 355px;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 2;
    height: 200px;
    overflow: hidden;
}

.infolist_dc3 {
    padding: 0;
}

.infolist_dc3 li {
    height: 53px;
    line-height: 53px;
}

.infolist_dc3 li .date {
    float: right;
    color: #4e4e4e;
    opacity: 0.5;
}

.infolist_dc3 li .dot {
    font-weight: bold;
}

.infolist_dc4 {}

.infolist_dc4 li {
    height: 50px;
    line-height: 50px;
    position: relative;
}

.infolist_dc4 li .date {
    float: right;
    color: #999;
}

.infolist_dc4 li a {
    position: relative;
    padding-left: 30px;
}

.infolist_dc4 li a::before {
    content: ' ';
    width: 10px;
    height: 10px;
    border: solid 1px #aeaeae;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    box-sizing: border-box;
    border-radius: 100%;
}

.infolist_dc4 li a:hover::before {
    background-color: #c91717;
    border: solid 1px #c91717;
}

.infolist_dc4 li a:hover {
    font-weight: bold;
}

.infolist_dc4 li::before {
    content: ' ';
    width: 1px;
    height: 40px;
    background: #aeaeae;
    position: absolute;
    left: 4px;
    top: 30px;
}

.infolist_dc4 li:last-child::before {
    display: none;
}

.infolist_dc4 li .title {
    width: calc((100% - 100px));
    height: 50px;
    overflow: hidden;
}

.sqst_bd .box {
    display: none;
}

.jgdj_bd .box {
    display: none;
}

.foot_menu {
    overflow: hidden;
}

.foot_menu li {
    width: calc((100% - 80px) / 5);
    float: left;
    margin-right: 20px;
}

.foot_menu li:last-child {
    margin-right: 0;
}

.foot {
    background: url(../images/foot_bg.jpg) no-repeat center top;
    padding: 115px 0 20px;
    font-size: 14px;
    color: #fff;
}

.foot a {
    color: #fff;
}

.foot_logo {
    padding-right: 20px;
}

.copyright {
    text-align: center;
    line-height: 36px;
    padding-left: 10px;
}

.erweima {
    text-align: center;
    line-height: 40px;
    padding-left: 20px;
}

.yqlj_box {
    padding-left: 40px;
}

.yqlj {
    display: block;
    position: relative;
}

.yqlj>a {
    width: 221px;
    height: 38px;
    background-color: #dc403a;
    border: solid 1px #f08b87;
    line-height: 38px;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: left;
    display: block;
}

.yqlj>a>span {
    float: right;
}

.yqlj ul {
    position: absolute;
    left: 0;
    top: -120px;
    background-color: #fbf9f6;
    z-index: 2;
    border: 1px solid #e7e5e3;
    padding: 10px 0;
    height: 100px;
    overflow-y: scroll;
    display: none;
    width: 100%;
}

.yqlj ul li a {
    line-height: 30px;
    padding: 0 18px;
    text-align: left;
    color: #333;
}

.copyright .iconfont {
    font-size: 22px;
}

.copyright .font2 {
    font-size: 20px;
    margin-right: 3px;
}

.copyright .font3 {
    font-size: 14px;
}

.copyright .font4 {
    font-size: 16px;
}

.contentbox {
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 30px 0;
}

.breadcrumb {
    line-height: 75px;
    background: url(../images/dot.jpg) repeat-x bottom;
    position: relative;
    padding-bottom: 8px;
}

.breadcrumb .title {
    font-size: 24px;
    color: #d9241c;
}

.breadcrumb .position {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
}

.breadcrumb .position .last {
    color: #d9241c;
}

.breadcrumb .position .iconfont {
    font-size: 16px;
    color: #d9241c;
}

.contentmain .disp {
    line-height: 2.2em;
}

.contentmain .disp p {
    line-height: 2.2em;
    font-size: 19px !important;
    text-align: justify;
}

.contentmain .disp p span {
    font-size: 19px !important;
}

.contentmain .disp p a {
    font-size: 17px !important;
}

#Q670YKWLlWrV1MXP,
#RY0obAW7AmpMajEl,
#P3kxqgWVDmBvQyD0 {
    width: 100%;
    overflow-x: auto;
}

.infolist li {
    height: 50px;
    line-height: 50px;
    position: relative;
}

.infolist li .date {
    float: right;
    color: #999;
}

.infolist li a {
    position: relative;
    padding-left: 30px;
}

.infolist li a::before {
    content: ' ';
    width: 10px;
    height: 10px;
    border: solid 1px #aeaeae;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    box-sizing: border-box;
    border-radius: 100%;
}

.infolist li a:hover::before {
    background-color: #c91717;
    border: solid 1px #c91717;
}

.infolist li a:hover {
    font-weight: bold;
}

.infolist li::before {
    content: ' ';
    width: 1px;
    height: 40px;
    background: #aeaeae;
    position: absolute;
    left: 4px;
    top: 30px;
}

.infolist li:nth-child(5n) {
    border-bottom: 1px dashed #e9e9e9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.infolist li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.infolist li:last-child::before,
.infolist li:nth-child(5n)::before {
    display: none;
}

.fanye .pagination {
    padding-top: 30px;
}

.up_column {
    height: 70px;
    background: url(../images/column_bg.png) no-repeat center bottom;
    text-align: center;
}

.up_column a {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}

.up_sqljj .main {
    position: relative;
}

.up_sqljj .main .pic {
    width: 682px;
    box-shadow: 0px 1px 13px 0px rgba(115, 48, 48, 0.2);
}

.up_sqljj .main .text {
    width: 682px;
    height: 384px;
    background-color: #ffffff;
    box-shadow: 0px 1px 13px 0px rgba(115, 48, 48, 0.2);
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 2;
    padding: 30px;
    box-sizing: border-box;
    line-height: 30px;
}

.up_sqljj .main .text a {
    color: #d9241c;
}

.up_xrld .list1 li {
    border-bottom: 1px dashed #f5f5f5;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
}

.up_xrld .list1 li a {
    color: #666666;
}

.up_xrld .list1 li .name {
    font-size: 16px;
    color: #333;
    margin-right: 10px;
}

.up_xrld .list1 li .name1 {
    border: 1px solid #000;
    display: inline-block;
    padding: 5px 15px;
}

.up_xrld .list2 li {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    font-weight: bold;
    height: 70px;
}

.up_xrld .list2 li .name {
    font-size: 16px;
    color: #333;
    margin-right: 10px;
    float: left;
}

.up_contentbox {
    box-shadow: none;
    background: none;
}

.up_layui-container {
    background: url(../images/qlgk_bg.jpg) no-repeat center top;
    position: relative;
    z-index: 10;
}

.up_jgsz_list {
    background: #f9f9f9;
    padding: 40px;
    height: 378px;
    box-sizing: border-box;
}

.up_jgsz_list .icon {
    font-size: 40px;
    margin-right: 20px;
    color: #d9241c;
}

.up_jgsz_list .icon_tel {
    font-size: 18px;
    margin-right: 5px;
    margin-left: 30px;
    color: #d9241c;
}

.up_jgsz_list .text {
    font-size: 18px;
}

.up_jgsz_list .text .text1 {
    font-weight: bold;
}

.up_jgsz_list .text .tel {
    color: #d9241c;
}

.up_sqst_slide_box {
    position: relative;
    width: 1380px;
    margin-left: -20px;
}

.up_sqst_slide_box .swiper-button-next,
.up_sqst_slide_box .swiper-button-prev {
    left: -40px;
    width: auto;
    height: auto;
    background: none;
}

.up_sqst_slide_box .swiper-button-next {
    left: auto;
    right: -40px;
}

.up_sqst_slide_box .layui-icon {
    font-size: 50px;
    color: #d9241c;
}

.up_sqst_slide_box .swiper-slide .box {
    padding: 31px 20px;
}

.up_sqst_slide_box .swiper-slide a {
    display: block;
    height: 352px;
    background-color: #ffffff;
    box-shadow: 0px 1px 15px 0px rgba(217, 36, 28, 0.2);
    box-sizing: border-box;
    padding: 50px 30px 0;
    position: relative;
}

.up_sqst_slide_box .swiper-slide .pic {
    width: 62px;
    height: 62px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -31px;
    top: -31px;
}

.up_sqst_slide_box .swiper-slide .pic img {
    width: 62px;
    height: 62px;
    border-radius: 100%;
}

.up_sqst_slide_box .swiper-slide .desc {
    line-height: 36px;
    height: 216px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.up_sqst_slide_box .swiper-slide .title {
    height: 52px;
    background-color: #d9241c;
    border-radius: 26px;
    line-height: 52px;
    text-align: center;
    position: absolute;
    left: 30px;
    bottom: -26px;
    width: 245px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.up_qlgk_bg1 {
    width: 100%;
    height: 760px;
    background: url(../images/zsq.png) no-repeat right center;
    position: absolute;
    left: 0;
    top: 1190px;
    z-index: 0;
}

.up_qlgk_bg2 {
    width: 100%;
    height: 839px;
    background: url(../images/sqst_bg.jpg) no-repeat right center;
    position: absolute;
    left: 0;
    top: 1950px;
    z-index: 0;
}

.sub_menu li {
    display: inline-block;
    /* margin-right: 50px; */
    margin-bottom: 5px;
    margin-right: 40px;
}

.sub_menu li a {
    color: #888;
    display: inline-block;
    line-height: 35px;
}

.sub_menu li.active a,
.sub_menu li a:hover {
    color: #d9241c;
    border-bottom: 3px solid #d9241c;
    font-weight: bold;
}

.submenu60 {
    display: none;
}


/* 2023-03-21 */

.ldjh_bd .box ul li .dete {
    float: right;
}

.contentmain .sub-name {
    width: 100%;
    border-bottom: 1px solid #f6d3d1;
}

.contentmain .sub-name a.title {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    background: #d2231b;
    padding: 5px 10px;
    border-left: 3px solid #f49f22;
}

.contentmain .sub-name a.more {
    color: #d8241c;
    float: right;
}

.sublist ul.infolist {
    border-bottom: 1px dashed #e9e9e9;
}

.sublist ul.infolist:last-child {
    border: none;
    padding-bottom: 0 !important;
}

.nav ul.erji ul.erji {
    display: none;
}

.nav ul.erji ul.erji li {
    text-align: center;
    box-sizing: border-box;
    padding-left: 30px;
}

.nav ul.erji ul.erji li a {
    font-size: 14px;
}